package contest.experiment;

import org.junit.Test;

import com.ibm.contest.instrumentation.Instrument;

public class ContestTest {
    @Test
    public void testname() throws Exception {
        Instrument instrument = new Instrument();
    }
}
